home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 / Aminet - June 1993 [Walnut Creek].iso / ab20 / utilitys / misc / pfactor.lzh / pfactor.readme < prev    next >
Encoding:
Text File  |  1992-02-25  |  352 b   |  12 lines

  1.  
  2.     Usage: pfactor n1 [n2 [n3 [...] ] ]
  3.  
  4.     Prints prime factorisations of given numbers n1, n2 etc.
  5.     Works from CLI only, and is limited to integers of size <= 2^32-1,
  6.     ie. for n <= 4294967295 (which is actually prime).
  7.  
  8.     Factorisations are done almost instantaneously.
  9.     Source available free on request.
  10.  
  11.       -  Martin Scott    (email: mws@castle.ed.ac.uk)
  12.